Merged
Conversation
aken-you
approved these changes
Aug 30, 2025
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
☘️ 작업 내용
-[x] data-selector와 주차 표기 변경
-[x] 캘린더 count 값 undefined일 경우 에러 처리
🍀 참고사항
슬랙에서 이야기 나누었지만,
현재 프론트에서 스터디가 이번 주차 스터디인지, 다음주차 스터디인지 판별할 수 있는 방법이 없습니다.
그렇기에 주말의 경우(토요일, 일요일) 다음주차 스터디가 보이도록 설정을 해놨습니다.
이 부분은 백엔드의 리팩토링에 따라 추후 변경될 수 있습니다.
그리고, 수아님이 time.ts에 추가해주신 한국 시간을 기준으로 판별하도록 코드를 조금 수정하였습니다.
그 외에 캘린더의 매달 카운드, 전체 카운드에서 undefined인 경우 오류가 뜨는 것 같아서 둘 중 하나라도 undefined 인 경우 표기되지 않도록 코드를 수정했습니다.